projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3fce9d
)
Del unused variables.
author
robertl
<robertl>
Thu, 12 Feb 2004 04:32:22 +0000
(
04:32
+0000)
committer
robertl
<robertl>
Thu, 12 Feb 2004 04:32:22 +0000
(
04:32
+0000)
delgpl.c
patch
|
blob
|
history
magproto.c
patch
|
blob
|
history
diff --git
a/delgpl.c
b/delgpl.c
index 90cf4a1f87e3906bf5cdc2bc7e81c15e603833d5..7709e82592b1fff2c36f5fd31ce4021a603c2839 100644
(file)
--- a/
delgpl.c
+++ b/
delgpl.c
@@
-26,8
+26,6
@@
#define MYNAME "GPL"
-extern gpsdata_type objective;
-
typedef struct gpl_point {
unsigned int status;
unsigned int dummy1;
diff --git
a/magproto.c
b/magproto.c
index 5ec4fdb80bb5370a96ce5d941be0f32a9d3d5310..1db4b91a8f2669995afab720a6690d910c293e31 100644
(file)
--- a/
magproto.c
+++ b/
magproto.c
@@
-30,8
+30,6
@@
int bitrate = 4800;
#define debug_serial (global_opts.debug_level > 1)
-extern gpsdata_type objective;
-
static char * termread(char *ibuf, int size);
static void termwrite(char *obuf, int size);
static void mag_readmsg(void);